home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / misc / pclta-1.000 / pclta-1 / README
Encoding:
Text File  |  1996-05-27  |  805 b   |  27 lines

  1. Pclta-1.9.tgz:
  2.  
  3. A driver for the Echelon PCLTA card which allows to connect
  4. a linux host to a Local Operating Network (LON). The driver
  5. is implemented as a loadable module for easy installation.
  6. Echelon hostappl demo is include for testing purpose.
  7.  
  8. Installation:
  9.  
  10. Just follow the different steps in order to install the pclta driver.
  11.  
  12.     cd pclta
  13.     make              # compile module
  14.     su -               # become super user 
  15.     insmod pclta.o           # insert module, maybe add to line 
  16.                   # base_io=0xXXX major=YY
  17.                   # if you don't like defaults (0x200, 40) 
  18.     lsmod               # check if module is installed
  19.     mknod /dev/pclta c 40 0   # create device file, replace 40 with
  20.                   # the major number used with insmod
  21.     exit              # stop being super user
  22.  
  23.     cd ../hostappl
  24.     make              # compile hostappl demo
  25.     ./ha              # test pclta card 
  26.  
  27.